home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / CFILES.DAT < prev    next >
Text File  |  1991-11-29  |  424b  |  15 lines

  1. Explanation of the FILES command. It is 
  2. in the CONFIG.SYS.
  3.  
  4. This command in your CONFIG.SYS file will 
  5. set the number of files that MS-DOS can 
  6. access at one time.
  7.  
  8. Example:
  9.        If you have a program that needs to 
  10.        open a lot of files at one time to 
  11.        keep running you would have to include
  12.        something like the following in your 
  13.        CONFIG.SYS file:
  14.                        files=30
  15.